Kubernetes Tools
pulsemcp/kubernetes toolsProvides strongly-typed tools for monitoring and diagnosing Kubernetes clusters through read-only operations like listing pods, nodes, services, and deployments, retrieving container logs and statuses, and viewing pod events without requiring kubectl knowledge.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"kubernetes_tools": {
"url": "None",
"transport": "http"
}
}
}